1 ;     Windows LUFA CDC ACM Setup File
 
   2 ; Copyright (c) 2000 Microsoft Corporation
 
   5 CopyINF="LUFA CDC-ACM.inf"
 
   8 Signature="$Windows NT$"
 
  10 ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
 
  12 DriverVer=7/1/2012,10.0.0.0
 
  15 %MFGNAME%=DeviceList, NTx86, NTamd64, NTia64
 
  26 CopyFiles=FakeModemCopyFileSection
 
  27 AddReg=DriverInstall.AddReg
 
  29 [DriverInstall.Services]
 
  31 AddService=usbser, 0x00000002, LowerFilter_Service_Inst
 
  33 [DriverInstall.AddReg]
 
  34 HKR,,EnumPropPages32,,"msports.dll,SerialPortPropPageProvider"
 
  36 ;------------------------------------------------------------------------------
 
  37 ;  Vendor and Product ID Definitions
 
  38 ;------------------------------------------------------------------------------
 
  39 ; When developing your USB device, the VID and PID used in the PC side
 
  40 ; application program and the firmware on the microcontroller must match.
 
  41 ; Modify the below line to use your VID and PID.  Use the format as shown below.
 
  42 ; Note: One INF file can be used for multiple devices with different VID and PIDs.
 
  43 ; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line.
 
  44 ;------------------------------------------------------------------------------
 
  46 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2044
 
  49 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2044
 
  52 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2044
 
  55 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2044
 
  57 ;------------------------------------------------------------------------------
 
  59 ;------------------------------------------------------------------------------
 
  60 ;Modify these strings to customize your device
 
  61 ;------------------------------------------------------------------------------
 
  63 MFGNAME="http://www.lufa-lib.org"
 
  64 DESCRIPTION="LUFA CDC-ACM Virtual Serial Port"